home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4652 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  943 b 

  1. Path: columba.udac.uu.se!news
  2. From: Enrico Savazzi <enrico.savazzi@pal.uu.se>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Complete Newbie Question
  5. Date: Tue, 06 Feb 1996 10:09:32 +0100
  6. Organization: Uppsala University
  7. Message-ID: <31171ACC.155B@pal.uu.se>
  8. References: <4f0ibf$2pe@mars.dsu.edu> <tcpnntpd.16.2.4.12.8.28.2781597121.396847@bbs.sos.on.ca>
  9. NNTP-Posting-Host: esavazzi.pal.uu.se
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  14.  
  15. verneb@sos.on.ca wrote:
  16. > I >I'm just learning C, and for the life of me I can't find anywhere
  17. > I >
  18. > I >how to make the printf statements print in the Upper left corner of the
  19. > I >screen
  20.  
  21. [snip]
  22.  
  23. As far as I know, standard C provides no means to move the cursor around. 
  24. You have to look for a solution specific to your system (escape sequences, 
  25. direct access to the graphics controiller or to video memory, etc.).
  26.  
  27. E. Savazzi
  28.